Adwaita: add a top border to actionbars
authorLapo Calamandrei <calamandrei@gmail.com>
Tue, 8 Mar 2016 19:09:18 +0000 (20:09 +0100)
committerLapo Calamandrei <calamandrei@gmail.com>
Tue, 8 Mar 2016 19:09:18 +0000 (20:09 +0100)
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 422ecffeae31435a77fa3425bf1e81f96d129baa..b80a296f3fcdb46144f7478a91c222b4c07ea6f1 100644 (file)
@@ -2972,7 +2972,9 @@ frame border,
 
 actionbar > revealer >  box {
   padding: 6px;
-  border-width: 1px 0 0;
+  border-top: 1px solid $borders_color;
+
+  &:backdrop { border-color: $backdrop_borders_color; }
 }
 
 placessidebar,
@@ -3245,8 +3247,6 @@ filechooser {
   }
 
   #pathbarbox { border-bottom: 1px solid $bg_color; }
-
-  actionbar > revealer > box { border-top: 1px solid $borders_color; } // this is the bottom bar when present
 }
 
 
index fc100dd969548a5eb6647d59c5df9e512186d680..2cae3f15fb6d6718ac15b8d40d46f1b9559702e2 100644 (file)
@@ -3320,7 +3320,9 @@ frame border,
 
 actionbar > revealer > box {
   padding: 6px;
-  border-width: 1px 0 0; }
+  border-top: 1px solid #1c1f1f; }
+  actionbar > revealer > box:backdrop {
+    border-color: #1f2222; }
 
 placessidebar viewport.frame,
 scrolledwindow viewport.frame {
index 7c42123c3fdaa969f32484aa2eb7514fd2331a50..4b4d80032b02f7c9326bfa334dfb91df0ea9dca9 100644 (file)
@@ -3351,7 +3351,9 @@ frame border,
 
 actionbar > revealer > box {
   padding: 6px;
-  border-width: 1px 0 0; }
+  border-top: 1px solid #9d9d99; }
+  actionbar > revealer > box:backdrop {
+    border-color: #a5a5a1; }
 
 placessidebar viewport.frame,
 scrolledwindow viewport.frame {